home *** CD-ROM | disk | FTP | other *** search
-
- InFFo is a modification of prgs/gfx/IFF.b which shows how a small borderless
- information window can be used in conjunction with an IFF picture.
-
- If a bordered window is desired, you can change the window type parameter from
- 32 to 0. Notice that if you don't want a title bar for a window, you should
- not put ANYTHING between the two commas following the window-id number since
- a null string is different to NO string at all. Hence:
-
- WINDOW 1,"", ...
-
- will give you an empty window title bar while:
-
- WINDOW 1,, ...
-
- will give you no title bar at all.
-
- This program was written in response to a query on the ACE discussion list
- re: small borderless windows used in conjunction with IFF pictures.
-
- Rgds,
-
- David Benn
-
- October 1994
-
-